Allow dir-listing also when one child is blocked by access control - #5124
Conversation
|
@nickvergessen, thanks for your PR! By analyzing the history of the files in this pull request, we identified @rullzer, @icewind1991 and @LukasReschke to be potential reviewers. |
|
OK. 41b185b fixes the issue. |
|
please dont leave commented out code lying around |
I will add a comment to it. |
Signed-off-by: Joas Schilling <coding@schilljs.com>
41b185b to
d0c614a
Compare
Codecov Report
@@ Coverage Diff @@
## master #5124 +/- ##
=============================================
- Coverage 54.14% 37.63% -16.52%
+ Complexity 22285 22284 -1
=============================================
Files 1379 1379
Lines 85336 85328 -8
Branches 1322 1322
=============================================
- Hits 46208 32114 -14094
- Misses 39128 53214 +14086
|
JiriMON
left a comment
There was a problem hiding this comment.
Works for fixing nextcloud/files_accesscontrol#65
|
The pull request fixes the issue but it open an other can of worms: |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
@MorrisJobke @icewind1991 please review as this needs backporting for 12.0.1 |
|
Instead of not throwing the exception it seems better to me to handle the exception in folder listing and hide the problematic entry |
|
That's bad, as it would cause sync clients to delete the file? |
|
Lets just revert the change from vincent which caused this by accident. Our codebase worked fine without it |
|
there are 2 +1 and robin +1ed the comment, so merging |
Regression from #4524
Fix nextcloud/files_accesscontrol#65